3.1.85 \(\int \frac {\sin ^2(a+b x)}{\sqrt {\sin (2 a+2 b x)}} \, dx\) [85]

Optimal. Leaf size=40 \[ \frac {F\left (\left .a-\frac {\pi }{4}+b x\right |2\right )}{2 b}-\frac {\sqrt {\sin (2 a+2 b x)}}{2 b} \]

[Out]

-1/2*(sin(a+1/4*Pi+b*x)^2)^(1/2)/sin(a+1/4*Pi+b*x)*EllipticF(cos(a+1/4*Pi+b*x),2^(1/2))/b-1/2*sin(2*b*x+2*a)^(
1/2)/b

________________________________________________________________________________________

Rubi [A]
time = 0.03, antiderivative size = 40, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {4383, 2720} \begin {gather*} \frac {F\left (\left .a+b x-\frac {\pi }{4}\right |2\right )}{2 b}-\frac {\sqrt {\sin (2 a+2 b x)}}{2 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sin[a + b*x]^2/Sqrt[Sin[2*a + 2*b*x]],x]

[Out]

EllipticF[a - Pi/4 + b*x, 2]/(2*b) - Sqrt[Sin[2*a + 2*b*x]]/(2*b)

Rule 2720

Int[1/Sqrt[sin[(c_.) + (d_.)*(x_)]], x_Symbol] :> Simp[(2/d)*EllipticF[(1/2)*(c - Pi/2 + d*x), 2], x] /; FreeQ
[{c, d}, x]

Rule 4383

Int[((e_.)*sin[(a_.) + (b_.)*(x_)])^(m_)*((g_.)*sin[(c_.) + (d_.)*(x_)])^(p_), x_Symbol] :> Simp[(-e^2)*(e*Sin
[a + b*x])^(m - 2)*((g*Sin[c + d*x])^(p + 1)/(2*b*g*(m + 2*p))), x] + Dist[e^2*((m + p - 1)/(m + 2*p)), Int[(e
*Sin[a + b*x])^(m - 2)*(g*Sin[c + d*x])^p, x], x] /; FreeQ[{a, b, c, d, e, g, p}, x] && EqQ[b*c - a*d, 0] && E
qQ[d/b, 2] &&  !IntegerQ[p] && GtQ[m, 1] && NeQ[m + 2*p, 0] && IntegersQ[2*m, 2*p]

Rubi steps

\begin {align*} \int \frac {\sin ^2(a+b x)}{\sqrt {\sin (2 a+2 b x)}} \, dx &=-\frac {\sqrt {\sin (2 a+2 b x)}}{2 b}+\frac {1}{2} \int \frac {1}{\sqrt {\sin (2 a+2 b x)}} \, dx\\ &=\frac {F\left (\left .a-\frac {\pi }{4}+b x\right |2\right )}{2 b}-\frac {\sqrt {\sin (2 a+2 b x)}}{2 b}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.26, size = 75, normalized size = 1.88 \begin {gather*} -\frac {2 \sqrt {\sin (2 (a+b x))}+\frac {\sqrt {2} F\left (\text {ArcSin}(\cos (a+b x)-\sin (a+b x))\left |\frac {1}{2}\right .\right ) (\cos (a+b x)+\sin (a+b x))}{\sqrt {1+\sin (2 (a+b x))}}}{4 b} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sin[a + b*x]^2/Sqrt[Sin[2*a + 2*b*x]],x]

[Out]

-1/4*(2*Sqrt[Sin[2*(a + b*x)]] + (Sqrt[2]*EllipticF[ArcSin[Cos[a + b*x] - Sin[a + b*x]], 1/2]*(Cos[a + b*x] +
Sin[a + b*x]))/Sqrt[1 + Sin[2*(a + b*x)]])/b

________________________________________________________________________________________

Maple [B] result has leaf size over 500,000. Avoiding possible recursion issues.
time = 7.41, size = 58561095, normalized size = 1464027.38

method result size
default \(\text {Expression too large to display}\) \(58561095\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(b*x+a)^2/sin(2*b*x+2*a)^(1/2),x,method=_RETURNVERBOSE)

[Out]

result too large to display

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^2/sin(2*b*x+2*a)^(1/2),x, algorithm="maxima")

[Out]

integrate(sin(b*x + a)^2/sqrt(sin(2*b*x + 2*a)), x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^2/sin(2*b*x+2*a)^(1/2),x, algorithm="fricas")

[Out]

integral(-(cos(b*x + a)^2 - 1)/sqrt(sin(2*b*x + 2*a)), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)**2/sin(2*b*x+2*a)**(1/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sin(b*x+a)^2/sin(2*b*x+2*a)^(1/2),x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {{\sin \left (a+b\,x\right )}^2}{\sqrt {\sin \left (2\,a+2\,b\,x\right )}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sin(a + b*x)^2/sin(2*a + 2*b*x)^(1/2),x)

[Out]

int(sin(a + b*x)^2/sin(2*a + 2*b*x)^(1/2), x)

________________________________________________________________________________________